home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Komputer for Alle: Internet utan modem
/
Internet CD.iso
/
web
/
computer
/
wwweps~1.com
/
adam
/
galactic.dcr
/
00110_acceleration.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-03-06
|
257 b
|
11 lines
on mouseUp
global player_acc, score
if score >= 10000 then
set score to score - 10000
set the width of sprite 13 to the width of sprite 13 + 16
set player_acc to player_acc + 1
put score into field "score"
updateStage()
end if
end